home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / MAIL.XPI / bin / chrome / messenger.jar / content / messenger / am-copiesOverlay.xul < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-01  |  9.2 KB  |  205 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- ***** BEGIN LICENSE BLOCK *****
  4.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5.    -
  6.    - The contents of this file are subject to the Mozilla Public License Version
  7.    - 1.1 (the "License"); you may not use this file except in compliance with
  8.    - the License. You may obtain a copy of the License at
  9.    - http://www.mozilla.org/MPL/
  10.    -
  11.    - Software distributed under the License is distributed on an "AS IS" basis,
  12.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.    - for the specific language governing rights and limitations under the
  14.    - License.
  15.    -
  16.    - The Original Code is copiesAndFolderOverlay..
  17.    -
  18.    - The Initial Developer of the Original Code is
  19.    - The Mozilla Foundation.
  20.    - Portions created by the Initial Developer are Copyright (C) 2005
  21.    - the Initial Developer. All Rights Reserved.
  22.    -
  23.    - Contributor(s):
  24.    -   Scott MacGregor <mscott@mozilla.org>
  25.    -
  26.    - Alternatively, the contents of this file may be used under the terms of
  27.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  28.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  29.    - in which case the provisions of the GPL or the LGPL are applicable instead
  30.    - of those above. If you wish to allow use of your version of this file only
  31.    - under the terms of either the GPL or the LGPL, and not to allow others to
  32.    - use your version of this file under the terms of the MPL, indicate your
  33.    - decision by deleting the provisions above and replace them with the notice
  34.    - and other provisions required by the LGPL or the GPL. If you do not delete
  35.    - the provisions above, a recipient may use your version of this file under
  36.    - the terms of any one of the MPL, the GPL or the LGPL.
  37.    -
  38.    - ***** END LICENSE BLOCK ***** -->
  39.  
  40. <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
  41. <?xul-overlay href="chrome://messenger/content/msgFolderPickerOverlay.xul"?>
  42.  
  43. <!DOCTYPE overlay SYSTEM "chrome://messenger/locale/am-copies.dtd" >
  44.  
  45. <overlay xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  46.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">                                                       
  47.  
  48.   <script type="application/x-javascript" src="chrome://messenger/content/widgetglue.js"/>
  49.   <script type="application/x-javascript" src="chrome://messenger/content/am-copies.js"/>
  50.  
  51.   <vbox flex="1" id="copiesAndFolders">  
  52.     <!-- stringbundle is used by msgFolderPickerOverlay.js-->     
  53.     <stringbundleset id="stringbundleset">
  54.     <stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
  55.     </stringbundleset>   
  56.       
  57.     <broadcaster id="broadcaster_doFcc"/>
  58.  
  59.     <label hidden="true" wsm_persist="true" id="identity.fccFolder"
  60.                   pref="true" preftype="string" prefattribute="value"
  61.                   prefstring="mail.identity.%identitykey%.fcc_folder"/>
  62.     <label hidden="true" wsm_persist="true" id="identity.draftFolder"
  63.                   pref="true" preftype="string" prefattribute="value"
  64.                   prefstring="mail.identity.%identitykey%.draft_folder"/>
  65.     <label hidden="true" wsm_persist="true" id="identity.stationeryFolder"
  66.                   pref="true" preftype="string" prefattribute="value"
  67.                   prefstring="mail.identity.%identitykey%.stationary_folder"/>
  68.     <label hidden="true" wsm_persist="true" id="identity.email"/>
  69.     <label hidden="true" wsm_persist="true" id="identity.fccFolderPickerMode"
  70.                   pref="true" preftype="int" prefattribute="value"
  71.                   prefstring="mail.identity.%identitykey%.fcc_folder_picker_mode"/>
  72.     <label hidden="true" wsm_persist="true" id="identity.draftsFolderPickerMode"
  73.                   pref="true" preftype="int" prefattribute="value"
  74.                   prefstring="mail.identity.%identitykey%.drafts_folder_picker_mode"/>
  75.     <label hidden="true" wsm_persist="true" id="identity.tmplFolderPickerMode"
  76.                   pref="true" preftype="int" prefattribute="value"
  77.                   prefstring="mail.identity.%identitykey%.tmpl_folder_picker_mode"/> 
  78.     <groupbox>
  79.       <caption label="&sendingPrefix.label;"/>
  80.  
  81.       <hbox align="center">
  82.         <checkbox wsm_persist="true" id="identity.doFcc" label="&fccMailFolder.label;" 
  83.                   accesskey="&fccMailFolder.accesskey;"
  84.                   prefattribute="value"
  85.                   prefstring="mail.identity.%identitykey%.fcc"
  86.                   oncommand="setupFccItems();"/>
  87.       </hbox>
  88.         <radiogroup id="doFcc">
  89.         <grid class="specialFolderPickerGrid">
  90.           <columns>
  91.             <column/>
  92.             <column flex="1"/>
  93.           </columns>
  94.           <rows>
  95.             <row align="center">
  96.               <radio id="fcc_selectAccount" 
  97.                      value="0" label="&sentFolderOn.label;"
  98.                      accesskey="&sentFolderOn.accesskey;"
  99.                      oncommand="setPickersState('msgFccAccountPicker', 'msgFccFolderPicker', event)" 
  100.                      observes="broadcaster_doFcc"/>
  101.                 <menulist id="msgFccAccountPicker"
  102.                     oncommand="noteSelectionChange('fcc_selectAccount')" 
  103.                     observes="broadcaster_doFcc"/>
  104.             </row> 
  105.             <row align="center">
  106.               <radio id="fcc_selectFolder" 
  107.                      value="1" label="&sentInOtherFolder.label;"
  108.                      accesskey="&sentInOtherFolder.accesskey;"
  109.                      oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" 
  110.                      observes="broadcaster_doFcc"/>
  111.             <menulist id="msgFccFolderPicker" 
  112.                     oncommand="noteSelectionChange('fcc_selectFolder')" 
  113.                       observes="broadcaster_doFcc"/>
  114.             </row>
  115.           </rows>
  116.         </grid>
  117.       </radiogroup>
  118.  
  119.       <hbox align="center">
  120.         <checkbox wsm_persist="true" id="identity.doBcc" label="&bccAddress.label;"
  121.                   accesskey="&bccAddress.accesskey;"
  122.                   control="identity.doBccList"
  123.                   oncommand="setupBccTextbox();"
  124.                   prefattribute="value" 
  125.                   prefstring="mail.identity.%identitykey%.doBcc"/>
  126.  
  127.         <textbox wsm_persist="true" id="identity.doBccList" flex="1"
  128.                  prefstring="mail.identity.%identitykey%.doBccList" class="uri-element"/>
  129.       </hbox>
  130.  
  131.     </groupbox>
  132.  
  133.     <groupbox>
  134.       <caption label="&specialFoldersTitle.label;"/>
  135.  
  136.       <hbox align="center">
  137.         <label value="&keepDrafts.label;"/>
  138.       </hbox>
  139.     
  140.       <radiogroup id="messageDrafts">
  141.         <grid class="specialFolderPickerGrid">
  142.           <columns>
  143.             <column/>
  144.             <column flex="1"/>
  145.           </columns>
  146.           <rows>
  147.             <row align="center">
  148.               <radio id="draft_selectAccount" 
  149.                      oncommand="setPickersState('msgDraftsAccountPicker', 'msgDraftsFolderPicker', event)"
  150.                      value="0" label="&draftsFolderOn.label;"
  151.                      accesskey="&draftsFolderOn.accesskey;"/>
  152.            <menulist id="msgDraftsAccountPicker" 
  153.                     oncommand="noteSelectionChange('draft_selectAccount')"/>
  154.             </row> 
  155.             <row align="center">
  156.               <radio id="draft_selectFolder" 
  157.                      oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)"
  158.                      value="1" label="&draftInOtherFolder.label;"
  159.                      accesskey="&draftInOtherFolder.accesskey;"/>
  160.             <menulist id="msgDraftsFolderPicker"
  161.                         oncommand="noteSelectionChange('draft_selectFolder')"/>
  162.             </row>
  163.           </rows>
  164.         </grid>
  165.       </radiogroup>
  166.       <hbox align="center">
  167.         <label value="&keepTempltes.label;"/>
  168.       </hbox>
  169.       
  170.       <radiogroup id="messageTemplates">
  171.         <grid class="specialFolderPickerGrid">
  172.           <columns>
  173.             <column/>
  174.             <column flex="1"/>
  175.           </columns>
  176.           <rows>
  177.             <row align="center">
  178.               <radio id="tmpl_selectAccount" 
  179.                      oncommand="setPickersState('msgStationeryAccountPicker', 'msgStationeryFolderPicker', event)"
  180.                      value="0" label="&templatesFolderOn.label;"
  181.                      accesskey="&templatesFolderOn.accesskey;"/>
  182.             <menulist id="msgStationeryAccountPicker"
  183.                         oncommand="noteSelectionChange('tmpl_selectAccount')"/>
  184.             </row> 
  185.             <row align="center">
  186.               <radio id="tmpl_selectFolder" 
  187.                      oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)"
  188.                      value="1" label="&templateInOtherFolder.label;"
  189.                      accesskey="&templateInOtherFolder.accesskey;"/>
  190.               <menulist id="msgStationeryFolderPicker"
  191.                         oncommand="noteSelectionChange('tmpl_selectFolder')"/>
  192.             </row>
  193.           </rows>
  194.         </grid>
  195.       </radiogroup>
  196.       <hbox align="center">
  197.         <checkbox wsm_persist="true" id="identity.showSaveMsgDlg" label="&saveMessageDlg.label;"
  198.                   accesskey="&saveMessageDlg.accesskey;"
  199.                   prefattribute="value"
  200.                   prefstring="mail.identity.%identitykey%.showSaveMsgDlg"/>
  201.       </hbox>
  202.     </groupbox>
  203.   </vbox>
  204. </overlay>
  205.